/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img_scale:hover .full {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-auto {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.border-bottom {
  border-bottom: 1px solid #d3d3d3;
}
@font-face {
  font-family: 'SourceHanSansSC';
  src: url('../fonts/SourceHanSansSC-Regular.otf');
}
@font-face {
  font-family: 'DINCond';
  src: url('../fonts/DINCond-Black.otf');
}
@font-face {
  font-family: 'DINCond-Regular';
  src: url('../fonts/DINCond-Regular.otf');
}
body {
  font-family: 'SourceHanSansSC';
}
.textCenter {
  text-align: center;
}
.xs-hidden {
  display: block;
}
.xs-show {
  display: none;
}
.container {
  width: 1510px;
  margin: 0 auto;
  position: relative;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  width: 36px;
  border: 1px solid #ced2d6;
  border-radius: 50%;
  text-align: center;
  margin: 0 7px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  overflow: hidden;
}
.pagination li:first-child,
.pagination li:last-child {
  width: 92px;
  border-radius: 15px;
  background: #f3f3f3;
}
.pagination li span,
.pagination li a {
  font-size: 16px;
  line-height: 36px;
  color: #474747;
  display: block;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.pagination li:hover a,
.pagination li.active a {
  background: #103c6d;
  border-color: #103c6d;
  color: #fff;
}
.inner-tit {
  font-size: 36px;
  line-height: 46px;
  color: #000;
}
.inner-desc {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
}
.inner-menu-wrap ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.inner-menu-wrap li {
  margin: 0 24px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.inner-menu-wrap li > a {
  display: block;
  font-size: 16px;
  line-height: 82px;
  color: #6c6c6c;
  border-bottom: 2px solid transparent;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.inner-menu-wrap li:hover,
.inner-menu-wrap li.active {
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.inner-menu-wrap li:hover > a,
.inner-menu-wrap li.active > a {
  color: #000;
  border-bottom-color: #2d74ba;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.inner-menu-wrap .inner-submenu {
  width: 100%;
  height: 48px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f4f4f4;
  display: none;
  margin-top: -2px;
  z-index: 2;
}
.inner-menu-wrap .inner-submenu.menu-l dl {
  left: 30%;
}
.inner-menu-wrap .inner-submenu.menu-c dl {
  left: 33%;
}
.inner-menu-wrap .inner-submenu.menu-r dl {
  left: 40%;
}
.inner-menu-wrap .inner-submenu dl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
}
.inner-menu-wrap .inner-submenu dd {
  margin: 0 20px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.inner-menu-wrap .inner-submenu dd:hover a,
.inner-menu-wrap .inner-submenu dd.cur a {
  color: #fff;
  background-image: linear-gradient(to right, #af173e, #073e6a);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.inner-menu-wrap .inner-submenu dd a {
  display: block;
  font-size: 16px;
  line-height: 48px;
  color: #6c6c6c;
  padding: 0 20px;
  background: transparent;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.header.fix {
  background: rgba(0, 0, 0, 0.8);
}
.header .header-in {
  padding: 0 10.5%;
}
.header .logo {
  margin-top: 33px;
}
.header .menu {
  margin-top: 40px;
}
.header .menu.mobile-menu {
  display: none;
}
.header .menu.pc-menu .menu-list > li:hover > a {
  color: #c90101;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .menu .menu-list > li > a {
  font-size: 16px;
  line-height: 64px;
  padding: 0 29px;
  color: #fff;
  display: block;
  position: relative;
}
.header .menu .menu-list > li > a.top-menu-nav::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #c90101;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  z-index: 99;
}
.header .menu .menu-list > li:hover > a.top-menu-nav::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .menu .sub-menu-list {
  width: 100%;
  position: absolute;
  background: #9b9b9c;
  display: none;
  left: 0;
}
.header .menu .sub-menu-list > ul {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .menu .sub-menu-list > ul > li {
  margin: 0 26px;
}
.header .menu .sub-menu-list > ul > li > a {
  font-size: 14px;
  line-height: 80px;
  color: #0a090d;
  display: block;
  border-bottom: 2px solid transparent;
  position: relative;
}
.header .menu .sub-menu-list > ul > li > a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #c90101;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .menu .sub-menu-list > ul > li:hover > a,
.header .menu .sub-menu-list > ul > li.active > a {
  color: #c90101;
}
.header .menu .sub-menu-list > ul > li:hover > a::after,
.header .menu .sub-menu-list > ul > li.active > a::after {
  width: 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .menu .sub-menu-nav-list {
  width: 100%;
  background: #706a6f;
  position: absolute;
  height: 40px;
  left: 0;
  top: 80px;
  display: none;
}
.header .menu .sub-menu-nav-list dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu .sub-menu-nav-list dl dd {
  margin: 0 30px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .menu .sub-menu-nav-list dl dd a {
  font-size: 14px;
  line-height: 40px;
  color: #000;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .menu .sub-menu-nav-list dl dd:hover a,
.header .menu .sub-menu-nav-list dl dd.cur a {
  color: #c90101;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .header-r {
  display: flex;
  align-items: center;
  margin: 50px 0 0 30px;
  padding: 10px 0;
}
.header .header-r .lang {
  position: relative;
  margin-left: 35px;
  cursor: pointer;
}
.header .header-r .lang:hover ul {
  opacity: 1;
  visibility: visible;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.header .header-r .lang span {
  font-size: 14px;
  line-height: 24px;
  color: #dfdfdf;
  position: relative;
}
.header .header-r .lang span::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: -15px;
  top: 2px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
.header .header-r .lang ul {
  position: absolute;
  left: -15px;
  width: 60px;
  background: #9b9b9c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  text-align: center;
}
.header .header-r .lang ul li a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  display: block;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .header-r .lang ul li a:hover {
  color: #c90101;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .header-r .mobile-lang {
  display: none;
}
.footer {
  background: url('../images/footer-bg.jpg') no-repeat center / cover;
}
.footer .footer-top {
  padding: 5.93% 0 2.6%;
}
.footer .footer-partner-tit {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.footer .footer-partner-desc {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 10px 0 35px;
}
.footer .partner-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.footer .partner-list li {
  width: calc(11.11% - 16px);
  margin: 0 8px 25px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.footer .partner-list li:hover {
  transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.footer .partner-list a {
  display: block;
}
.footer .footer-logo {
  display: block;
  margin: 7.94% 0 4.3%;
}
.footer .footer-logo img {
  display: block;
  margin: 0 auto;
}
.footer .footer-contact ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-contact li {
  background: #444246;
  border-radius: 5px;
  margin: 0 2px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  position: relative;
}
.footer .footer-contact li:hover {
  background: #fff;
}
.footer .footer-contact li.weixin a::after {
  width: 18px;
  height: 14px;
  background: url('../images/weixin.png') no-repeat center / 100% 100%;
}
.footer .footer-contact li.weixin:hover .weixin-code {
  opacity: 1;
  visibility: visible;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.footer .footer-contact li.weixin:hover a::after {
  background: url('../images/weixin-hover.png') no-repeat center / 100% 100%;
}
.footer .footer-contact li.weibo a::after {
  width: 17px;
  height: 13px;
  background: url('../images/weibo.png') no-repeat center / 100% 100%;
}
.footer .footer-contact li.weibo:hover a::after {
  background: url('../images/weibo-hover.png') no-repeat center / 100% 100%;
}
.footer .footer-contact li.zhihu a::after {
  width: 13px;
  height: 13px;
  background: url('../images/zhihu.png') no-repeat center / 100% 100%;
}
.footer .footer-contact li.zhihu:hover a::after {
  background: url('../images/zhihu-hover.png') no-repeat center / 100% 100%;
}
.footer .footer-contact li.in a::after {
  width: 13px;
  height: 14px;
  background: url('../images/in.png') no-repeat center / 100% 100%;
}
.footer .footer-contact li.in:hover a::after {
  background: url('../images/in-hover.png') no-repeat center / 100% 100%;
}
.footer .footer-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.footer .footer-contact a::after {
  content: '';
  display: block;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.footer .footer-contact .weixin-code {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 15px;
  padding: 5px;
  background: #fff;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.footer .footer-contact .weixin-code img {
  width: 100%;
  height: 100%;
}
.footer .footer-tel {
  display: block;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 45px 0 32px;
}
.footer .footer-mail ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer-mail li {
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.footer .footer-mail li::before {
  content: '';
  width: 19px;
  height: 12px;
  background: url('../images/mail-icon2.png') no-repeat center / 100% 100%;
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-mail a {
  font-size: 14px;
  line-height: 24px;
  color: #dfdfdf;
}
.footer .footer-bottom {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  padding: 17px 0;
}
.footer .footer-bottom .container {
  font-size: 14px;
  line-height: 24px;
  color: #9da1aa;
  text-align: center;
}
.footer .footer-bottom a {
  color: #9da1aa;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 1680px) {
  .container {
    width: 90%;
  }
  .inner-tit {
    font-size: 32px;
    line-height: 42px;
  }
  .footer .footer-partner-tit {
    font-size: 26px;
  }
  .footer .footer-partner-desc {
    margin-bottom: 15px;
  }
  .footer .footer-partner-desc br {
    display: none;
  }
  .footer .footer-tel {
    font-size: 42px;
  }
  .inner-menu-wrap .inner-submenu.menu-l dl {
    left: 20%;
  }
  .inner-menu-wrap .inner-submenu.menu-c dl {
    left: 23%;
  }
  .inner-menu-wrap .inner-submenu.menu-r dl {
    left: 30%;
  }
  .header .header-in {
    padding: 0 5%;
  }
}
@media (max-width: 1440px) {
  .inner-tit {
    font-size: 30px;
    line-height: 40px;
  }
  .inner-desc {
    font-size: 14px;
  }
  .footer .partner-list ul {
    margin: 0 -5px;
  }
  .footer .partner-list li {
    width: calc(16.66% - 10px);
    margin: 0 5px 15px;
  }
  .footer .footer-tel {
    font-size: 36px;
    margin: 25px 0;
  }
  .footer .footer-logo {
    margin: 45px 0 25px;
  }
  .footer .footer-logo img {
    width: 180px;
  }
  .inner-menu-wrap .inner-submenu dd {
    margin: 0 10px;
  }
  .inner-menu-wrap .inner-submenu dd a {
    padding: 0 10px;
  }
  .header .logo {
    margin-top: 25px;
  }
  .header .header-r {
    margin-top: 35px;
  }
  .header .header-r .lang {
    margin-left: 25px;
  }
  .header .menu {
    margin-top: 25px;
  }
  .header .menu .menu-list > li > a {
    padding: 0 15px;
  }
  .header .menu .sub-menu-list > ul > li {
    margin: 0 20px;
  }
  .header .menu .sub-menu-nav-list dl dd {
    margin: 0 20px;
  }
}
@media (max-width: 1280px) {
  .inner-tit {
    font-size: 26px;
    line-height: 36px;
  }
  .footer .footer-top {
    padding: 35px 0 20px;
  }
  .footer .footer-partner-tit {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .footer .footer-logo img {
    width: 160px;
  }
  .footer .footer-tel {
    font-size: 28px;
  }
  .inner-menu-wrap {
    margin: 30px 0;
  }
  .inner-menu-wrap .inner-menu-content {
    width: 90%;
    margin: 0 auto;
  }
  .inner-menu-wrap ul {
    display: block;
    border-bottom: none;
  }
  .inner-menu-wrap li {
    margin: 0;
  }
  .inner-menu-wrap li > a {
    line-height: 48px;
    border-bottom: 1px dashed #9b9b9c;
    position: relative;
  }
  .inner-menu-wrap li > a.nav-menu::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #9b9b9c;
    border-right: 1px solid #9b9b9c;
    position: absolute;
    top: 20px;
    right: 0;
    transform: rotate(45deg);
  }
  .inner-menu-wrap li:hover > a,
  .inner-menu-wrap li.active > a {
    color: #073e6a;
    font-weight: 600;
    border-bottom: 1px dashed #9b9b9c;
  }
  .inner-menu-wrap .inner-submenu {
    height: auto;
    top: auto;
    left: auto;
    background: transparent;
    position: relative;
    margin-top: 0;
  }
  .inner-menu-wrap .inner-submenu.menu-l dl {
    left: auto;
  }
  .inner-menu-wrap .inner-submenu.menu-c dl {
    left: auto;
  }
  .inner-menu-wrap .inner-submenu.menu-r dl {
    left: auto;
  }
  .inner-menu-wrap .inner-submenu dl {
    left: auto;
    display: block;
    position: relative;
  }
  .inner-menu-wrap .inner-submenu dd {
    margin: 0;
  }
  .inner-menu-wrap .inner-submenu dd:hover a,
  .inner-menu-wrap .inner-submenu dd.cur a {
    color: #073e6a;
    background-image: none;
  }
  .inner-menu-wrap .inner-submenu dd a {
    padding: 0;
    font-size: 14px;
    border-bottom: 1px dashed #9da1aa;
  }
  .header {
    background: rgba(0, 0, 0, 0.9);
  }
  .header.fix {
    background: rgba(0, 0, 0, 0.9);
  }
  .header .logo {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header .header-r {
    margin-top: 0;
    margin-right: 25px;
    margin-left: 0;
    padding: 0;
    padding-top: 12px;
  }
  .header .header-r .lang {
    display: none;
  }
  .header .header-r .mobile-lang {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    margin: 0 10px;
  }
  .header .header-r .mobile-lang a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
  }
  .header .menu.pc-menu {
    display: none;
  }
  .header .menu.mobile-menu {
    width: 100%;
    float: none;
    position: absolute;
    left: 0;
    top: 42px;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px 5% 45px;
    z-index: 2;
  }
  .header .menu .menu-list {
    display: block;
  }
  .header .menu .menu-list > li > a {
    font-size: 14px;
    line-height: 48px;
    padding: 0;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .header .menu .menu-list > li > a.top-menu-nav::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    border-left: none;
    position: absolute;
    bottom: auto;
    left: auto;
    top: 20px;
    right: 0;
    transform: rotate(45deg);
    opacity: 1;
    visibility: visible;
  }
  .header .menu .sub-menu-list {
    background: none;
    display: none;
    position: relative;
    left: auto;
  }
  .header .menu .sub-menu-list > ul {
    display: block;
    height: auto;
  }
  .header .menu .sub-menu-list > ul > li {
    margin: 0;
  }
  .header .menu .sub-menu-list > ul > li > a {
    line-height: 48px;
    color: #fff;
    position: relative;
    border-bottom: none;
    border-bottom: 1px dashed #fff;
    padding: 0 20px;
  }
  .header .menu .sub-menu-list > ul > li > a.sub-menu-nav::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: none;
    border-left: none;
    position: absolute;
    bottom: auto;
    background: none;
    left: auto;
    top: 20px;
    right: 0;
    transform: rotate(45deg);
    opacity: 1;
    visibility: visible;
  }
  .header .menu .sub-menu-nav-list {
    background: none;
    display: none;
    position: relative;
    left: auto;
    height: auto;
    top: auto;
  }
  .header .menu .sub-menu-nav-list dl {
    display: block;
  }
  .header .menu .sub-menu-nav-list dl dd {
    margin: 0;
    padding: 0 30px;
    border-bottom: 1px dashed #fff;
  }
  .header .menu .sub-menu-nav-list dl dd a {
    display: block;
    color: #fff;
  }
  .header .hamburger {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .hamburger .line {
    height: 2px;
    width: 26px;
    margin: 6px auto;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .is-active {
    animation: smallbig 0.6s forwards;
  }
  .header .is-active .line:nth-child(1),
  .header .is-active .line:nth-child(2),
  .header .is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header .is-active .line:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header .is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .header .is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 998px) {
  .pagination ul {
    flex-wrap: wrap;
  }
  .pagination li {
    margin: 0 4px 10px;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    width: 82px;
  }
  .pagination li span,
  .pagination li a {
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .xs-hidden {
    display: none;
  }
  .xs-show {
    display: block;
  }
  .inner-tit {
    font-size: 24px;
    line-height: 34px;
  }
  .footer .footer-partner {
    display: none;
  }
  .footer .footer-logo {
    margin: 25px 0 25px;
  }
  .footer .footer-logo img {
    width: 140px;
  }
  .footer .footer-tel {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .pagination ul {
    flex-wrap: wrap;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    width: 64px;
  }
  .inner-tit {
    font-size: 20px;
    line-height: 32px;
  }
}
